home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 November / SOTMC_Nov1999-Ultimate.iso / mac / REALbasic ƒ / Examples / Techniques / VarStream / VarStream Readme next >
Encoding:
Text File  |  1999-04-07  |  628 b   |  15 lines  |  [TEXT/ttxt]

  1. VarStream ReadMe
  2.  
  3. Properties:
  4.  
  5. Position as integer - the position to be read from in the data
  6. TotalLength as integer - the length of all of the data in the stream (from position 1)
  7.  
  8. Methods/Functions:
  9.  
  10. Input {data as string} - Sets the data to be read to the string supplied, and the position to 1
  11. Read {length as integer} as string - Read the specified amount of data from the current position
  12. LookAhead as string - returns all data from the position, without changing the position
  13. Skip {length as integer} - skips over the amount of data specified
  14.  
  15. For technical support or licensing information, email macrulzman@macfreak.com